home *** CD-ROM | disk | FTP | other *** search
/ sustworks.com / 2014.06.sustworks.com.tar / sustworks.com / IPNR_FBA_168.sea.hqx / IPNR FBA / IPNetRouter.FBA.rsrc / TEXT_150_Routes Help.txt < prev    next >
Text File  |  2002-06-27  |  3KB  |  30 lines

  1. Routes
  2.  
  3. The Internet Protocol uses routing information to decide how to send datagrams to their destination. If your computer has more than one active IP interface or is connected to more than one IP gateway, the default routing information from the TCP/IP Control Panel may not be sufficient for IP to determine where datagrams should be sent.
  4.  
  5. The Routes window allows you to add or remove routes that IP uses to decide where to send datagrams. To define a route, you need to specify the range of destination addresses that should use this route, and where they should be sent to.
  6.  
  7. You specify where datagrams should be sent to by entering an IP Address for the "Gateway" field. This will generally correspond to the IP address of a host or gateway on a directly attached network that represents either a final destination or the next hop to which datagrams should be sent.
  8.  
  9. To specify the range of addresses that should use this route, you enter a template IP address for the "Destination" and indicate how target addresses should be matched against this template by selecting the Route Type as illustrated in the following examples:
  10.  
  11. Route Type = Network
  12. IP addresses that match the network part of the "Destination" template are forwarded to this gateway. The network part of the IP addresses is determined by the network mask of the corresponding interface.
  13.  
  14. Route Type = Default Gateway, Destination = 0
  15. All addresses that don't match another route should be forwarded to this gateway. If you specify more than one Default Gateway, datagrams will be split between them to balance the load on either gateway.
  16.  
  17. Route Type = Host
  18. The address that matches the entire "Destination" will be sent to this host.
  19.  
  20. Route Type = Direct
  21. The network part of the "Destination" must correspond to an IP interface on this machine.  Addresses that match this network will be sent to the corresponding machine on the directly attached network (by using ARP to resolve the physical network address).
  22.  
  23. Route Type = Point-to-Point
  24. The network part of the "Destination" will normally correspond to an IP interface on this machine. Addresses that match this network will be sent out the corresponding interface (address resolution is not needed since everything sent over this interface goes to the other side of the link).
  25.  
  26. Clicking on a row in the route table will automatically transfer the corresponding information to the data entry fields below the table. To remove a route, select the route  from the table and press the "Remove" button.
  27.  
  28. You can save an IP configuration (interfaces and routes) to a settings document and then restore this configuration later by opening the corresponding document. Since the "Interfaces" and "Routes" window show the actual interfaces and routes the IP module knows about, you can only open one document at a time to restore a previous configuration (since there is only one IP module). Use the "Upon Open" popup menu in the Gateway window to control what happens when a configuration document is opened (configure only, configure and display). This is especially useful for placing a settings document in your Startup Items folder to configure multiple IP interfaces each time your Macintosh starts up.
  29.  
  30. Detailed instructions for using IPNetRouter are available from the Sustainable Softworks web site at <http://www.sustworks.com>.